object PForm: TPForm Left = 247 Top = 231 BorderStyle = bsDialog ClientHeight = 158 ClientWidth = 380 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 120 TextHeight = 16 object PB: TProgressBar Left = 13 Top = 88 Width = 353 Height = 17 Min = 0 Max = 100 TabOrder = 0 end object B: TButton Left = 129 Top = 120 Width = 121 Height = 25 Caption = '������' TabOrder = 1 Visible = False OnClick = BClick end end